home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TFORMMODIFCONF / TFORMMODIFCONF.txt < prev   
Text File  |  2008-07-21  |  3KB  |  153 lines

  1. object FormModifConf: TFormModifConf
  2.   Left = 544
  3.   Top = 290
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Modificaciones de opci∩┐╜n de configuraci∩┐╜n'
  7.   ClientHeight = 165
  8.   ClientWidth = 452
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 20
  24.     Top = 14
  25.     Width = 32
  26.     Height = 32
  27.     Picture.Data = {<image001.bmp>}
  28.     Transparent = True
  29.   end
  30.   object Label1: TLabel
  31.     Left = 70
  32.     Top = 26
  33.     Width = 41
  34.     Height = 13
  35.     Caption = 'Opci∩┐╜n:'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'Tahoma'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object LabeOpcion: TLabel
  45.     Left = 141
  46.     Top = 26
  47.     Width = 56
  48.     Height = 13
  49.     Anchors = [akTop]
  50.     Caption = 'LabeOpcion'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'Tahoma'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object Label3: TLabel
  60.     Left = 35
  61.     Top = 60
  62.     Width = 70
  63.     Height = 13
  64.     Caption = 'Valor actual:'
  65.     Font.Charset = ANSI_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'Tahoma'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     Transparent = True
  72.   end
  73.   object Label4: TLabel
  74.     Left = 35
  75.     Top = 88
  76.     Width = 89
  77.     Height = 13
  78.     Caption = 'Valor guardado:'
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'Tahoma'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     Transparent = True
  86.   end
  87.   object PlaEditValorActu: TPlaEdit
  88.     Left = 185
  89.     Top = 54
  90.     Width = 253
  91.     Height = 21
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clWindowText
  94.     Font.Height = -11
  95.     Font.Name = 'Tahoma'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 0
  99.     Text = 'PlaEditValorActu'
  100.     Transparent = False
  101.     OnChange = PlaEditValorActuChange
  102.   end
  103.   object PlaEditValorGuar: TPlaEdit
  104.     Left = 185
  105.     Top = 86
  106.     Width = 253
  107.     Height = 21
  108.     Font.Charset = ANSI_CHARSET
  109.     Font.Color = clWindowText
  110.     Font.Height = -11
  111.     Font.Name = 'Tahoma'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 1
  115.     Text = 'PlaEditValorGuar'
  116.     Transparent = False
  117.     OnChange = PlaEditValorGuarChange
  118.   end
  119.   object PlaButtonAceptar: TPlaButton
  120.     Left = 234
  121.     Top = 130
  122.     Width = 100
  123.     Height = 21
  124.     Caption = 'Aceptar'
  125.     Enabled = False
  126.     Font.Charset = ANSI_CHARSET
  127.     Font.Color = clWindowText
  128.     Font.Height = -11
  129.     Font.Name = 'Tahoma'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 2
  133.     OnClick = PlaButtonAceptarClick
  134.     ModalResult = 1
  135.   end
  136.   object PlaButtonCancelar: TPlaButton
  137.     Left = 339
  138.     Top = 130
  139.     Width = 100
  140.     Height = 21
  141.     Caption = 'Cancelar'
  142.     Font.Charset = ANSI_CHARSET
  143.     Font.Color = clWindowText
  144.     Font.Height = -11
  145.     Font.Name = 'Tahoma'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 3
  149.     Cancel = True
  150.     ModalResult = 2
  151.   end
  152. end
  153.